home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / ftptrans.dfm / ftptrans.txt
Encoding:
Text File  |  1999-07-27  |  798 b   |  42 lines

  1. object TransferForm: TTransferForm
  2.   Left = 248
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transferring a File'
  7.   ClientHeight = 102
  8.   ClientWidth = 253
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 40
  19.     Width = 117
  20.     Height = 13
  21.     Caption = '0 of 0 bytes transferred...'
  22.   end
  23.   object ProgressBar1: TProgressBar
  24.     Left = 8
  25.     Top = 16
  26.     Width = 241
  27.     Height = 16
  28.     Min = 0
  29.     Max = 100
  30.     TabOrder = 0
  31.   end
  32.   object CancelButton: TButton
  33.     Left = 88
  34.     Top = 64
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     TabOrder = 1
  39.     OnClick = CancelButtonClick
  40.   end
  41. end
  42.